sdtypearray module

class sd.api.sdtypearray.SDTypeArray(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdtype.SDType

Class used to store information about an array type

getClassName() → str

Returns the most specific name of the class this APIObject is

getId() → str

Get the type identifier string

getItemType() → sd.api.sdtype.SDType

Get the type of items

getModifier() → sd.api.sdtype.SDTypeModifier

Get the type modifier (see SDTypeModifier enum)

getSize() → int

Get the size of the array

release() → None

Releases an APIObject